home *** CD-ROM | disk | FTP | other *** search
- Path: news.cyberport.com!usenet
- From: tangent@cyberport.com (Warren Young)
- Newsgroups: comp.lang.c++
- Subject: Re: Standard Template Library
- Date: Wed, 17 Apr 1996 00:02:02 GMT
- Organization: none
- Message-ID: <3174349c.535236789@news.cyberport.com>
- References: <4jpk4f$9o@newsbf02.news.aol.com> <316a23b3.2185883@news.cyberport.com> <316D1270.41C67EA6@kainos.com>
- NNTP-Posting-Host: ppp4.cyberport.com
- X-Newsreader: Forte Agent .99d/32.182
-
- Andrew Palmer <a.palmer@kainos.com> wrote:
-
- >> You can't do STL on BC++ 3.1 because it doesn't have templates. You
- >> have to use at least 4.0. Or, I guess you could get a C++ front end
- >> that generates C, but that's hunting butterflies with a sledgehammer.
- >
- >Borland C++ 3.1 does have templates. At least it did when I used it
- >last night.
-
- Hmmm...okay. So, what is it missing in the implementation? I do know
- that it can't do STL because it can't handle the templates. (Among
- other things, I'm sure.)
-
- = Warren --
-